simetrix.SchematicStatus¶
- class simetrix.SchematicStatus(*values)¶
Bases:
EnumStatus return value for some schematic methods.
Attributes
No error, operation succeeded
No error, operation required no changes to be made.
The Schematic object is invalid.
A write operation was attempted on a read-only property.
The Schematic Element does not posses the property requested.
The Schematic Element is not valid.
File failed to open.
Netlist operation failed with error messages.
An unexpected error occurred.
- FILEOPENFAIL = 6¶
File failed to open.
- NETLISTERRORS = 7¶
Netlist operation failed with error messages.
- NOCHANGE = 1¶
No error, operation required no changes to be made.
- NOERR = 0¶
No error, operation succeeded
- NOOBJECT = 5¶
The Schematic Element is not valid.
- NOPROPERTY = 4¶
The Schematic Element does not posses the property requested.
- NOSCHEMATIC = 2¶
The Schematic object is invalid.
- PROTECTED = 3¶
A write operation was attempted on a read-only property.
- UNEXPECTED = 100¶
An unexpected error occurred.